*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 23 Jan 2007 13:19:36 +0000 (13:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 23 Jan 2007 13:19:36 +0000 (13:19 +0000)
src/ChangeLog

index 9bf4867796c82bc5c58cd5f32b40534a4715a30a..8eb70435c7f8291ae902a6881e7c829a2a566ba0 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * editfns.c (Finsert_char): Doc fix.
+       (Fget_internal_run_time, Fdecode_time): Fix typos in docstrings.
+
 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * macselect.c [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Don't
@@ -32,7 +37,7 @@
        * .gdbinit: Reformat documentation so that first sentence
        displays properly with "help user-defined" (like apropos).
 
-2007-01-18  Bruno Haible  <bruno@clisp.org> (tiny change)
+2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
 
        * epaths.in: Move PATH_DOC from local/info to local/share/info.
 
@@ -54,8 +59,8 @@
 
 2007-01-13  Eli Zaretskii  <eliz@gnu.org>
 
-       * process.c (Fdelete_process, Fprocess_id, sigchld_handler): Copy
-       PID into EMACS_INT to avoid GCC warnings.
+       * process.c (Fdelete_process, Fprocess_id, sigchld_handler):
+       Copy PID into EMACS_INT to avoid GCC warnings.
 
        * fns.c (maybe_resize_hash_table): Copy new size of hash table
        into EMACS_INT to avoid GCC warnings.
        * xterm.h (x_display_info): New: net_supported_atoms,
        nr_net_supported_atoms and net_supported_window.
 
-       * xterm.c: New variable last_user_time.
+       * xterm.c (last_user_time): New variable.
        (handle_one_xevent): Set last_user_time from events that have Time.
        Set net_supported_window to 0 when reparented.
        (wm_supports): New function.